home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-14 | 1.7 KB | 31 lines | [TEXT/MPS ] |
- Floating Windows Library Change History (most recent first)
-
- Date/Issue Change
- 3/14/94 • Added ValidateWindowList. This routine is a safegaurd to make sure that nothing
- Issue 18 else reorders windows behind the application’s back, causing document windows
- to appear in front of floating windows.
- • Added some empty defines to WindowExtensions.h so people without Universal
- header files can compile it.
- • Somewhere between now and September, I had rolled in some fixes Troy
- Gaul made to the code, but I don’t remember when or what.
-
- 9/21/93 • Added more comments. Descbribed use of USES68KINLINES and USESROUTINEDESCRIPTORS
- Issue 16 (?) flags in the makefile.
- • Bumped demo version number to 1.0d2 because I forgot to change it for the
- last couple of changes.
-
- 9/1/93 • Change SuspendFloatingWindows() so that it starts looking for floating
- windows from the beginning of the window list (GetWindowList()) instead
- of from the first visible window (FrontWindow()).
- • Fixed write to NIL bug in HideReferencedWindow() when there are no
- floating windows, and the front document window is hidden.
- • Fixed GetNewWindowReference so that it really gets the 'WDEF' resource ID
- for the window it’s creating.
-
- 8/13/93 • Fixed bug in NewWindowReferenced that prevented document windows from being
- created in front when there are no floating windows.
- • Added WindowIsModal() routine which determines if a window is modal or not.
- Changed ShowReferencedWindow to use this routine.
- • Updated use of UniversalProcPtrs to match PowerPC development.
-
- 6/93 • First version. Released on Bookmark CD accomanying develop issue 15.